home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3498 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  707 b 

  1. Path: svusenet.ubs.ch!usenet
  2. From: Daniel Ponti <daniel.ponti@ubs.ch>
  3. Newsgroups: comp.lang.c++
  4. Subject: Check for dll
  5. Date: Wed, 24 Jan 1996 14:29:36 +0100
  6. Organization: Union Bank of Switzerland
  7. Message-ID: <31063440.2CDE@ubs.ch>
  8. NNTP-Posting-Host: wscognac.flur.zuerich.ubs.ch
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b3 (X11; I; SunOS 5.3 sun4c)
  13.  
  14. Is there a possibility to check for a specific dll in the memory?
  15. I have not found a windows api function. There is only one to free
  16. a dll by its handler (FreeLibrary) and one to load a dll
  17. (LoadLibrary) but no one for check a dll already in the memory.
  18.  
  19. Thanks for any hints
  20. Daniel
  21.